body{
    background-color: rgb(0, 11, 44);
}
@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito-Bold.ttf');
}
@font-face{
    font-family: Goldman;
    src: url('../fonts/Goldman-Regular.ttf');
}
.projects{
    text-align: center;
    font-family: Nunito;
    color: whitesmoke;
}
.image{
    height: 250px;
    width: 250px;
    border-radius: 12px;
    border: 2px double olivedrab;
}
div a{
    font-family: Goldman;
    font-size: 20px;
    font-weight: 100px;
    color: rgb(214, 207, 207);
    text-decoration: none;
    padding-right: 5px;
    margin-right: 5px;
}
div a:hover{
    color: grey;
}
@media only screen and (max-width:1100px){
    div a{
        font-size: 10px;
        font-weight: 100px;
    }
}